home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pew2_1.zip / READMEV1.2 < prev    next >
Text File  |  1990-04-10  |  1KB  |  22 lines

  1. This file contains notes about the PEW v1.2 that were too late for 
  2. inclusion in the User Manual.
  3. ===================================================================
  4.  
  5. The ANALYZE menu has a potential problem which may reveal itself when
  6. the demo is run. This problem has been tracked down to Turbo C's
  7. floating point emulation library, and is not a bug in the PEW
  8. itself. It manifests itself as occasional DIVIDE ERROR aborts, or
  9. just plain system lockups. Running the PEW on a system with a math
  10. coprocessor installed will eliminate this unreliability. For those
  11. who do not have a coprocessor, all I can suggest is try your example,
  12. and if it doesn't work, don't use dependent expressions. Rather let the
  13. PEW tabulate the fire counts of the relevant transitions, and then work
  14. out the expressions themselves.
  15.  
  16. A compiler directive, $F{+|-} has been added, for `fast writes'. After
  17. processing a $F+ directive, all WRITEs and WRITELNs up to the next $F-
  18. or the end of the program, are fast writes. A fast write does not pop
  19. the I/O window up for the 1 second period that usually occurs. The user
  20. will have to explicitly call up the window with F7, unless a READ occurs.
  21.  
  22.